home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
x11
/
rpg
/
crossfir.92
/
crossfir
/
crossfire-0.92.5
/
include
/
sgi.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-24
|
524b
|
20 lines
/*
* static char *rcsid_main_h =
* "$Id: sgi.h,v 1.4 1994/07/04 08:11:45 master Exp $";
*/
/*
* Made this useless file to avoid warnings when compiling on a SGI,
* since it is missing a few prototypes.
* Created: 03-12-93
* Author: Kjetil W. J|rgensen, <jorgens@pvv.unit.no>
*/
void bcopy(const void *, void *, int);
/*char *crypt(char *, char *);*/ /* Supposedly not needed with irix 5.2*/
int kill (pid_t, int);
#ifndef _Xconst /* _Xconst is not defined in X11R4 only in X11R5 */
#define _Xconst const
#endif